Thank you for purchasing our theme. If you have any questions that are beyond the scope of this help file, please feel free to email at themepassion@jaybabani.com. Thanks so much!
Ultra Admin is a premium admin dashboard theme. Specially designed to give your admin panel a unique and elegant look.It is easy to customize and coded in developer friendly manner.
It is fully responsive admin dashboard template built with Bootstrap 3+ & 4+ Framework, HTML and CSS3, jQuery. It is adaptive with any size viewport. Solid integration of reusable UI components and latest trending plugins. This theme can be used for type of project applications.
Ultra Admin includes many plugins implemented in 65+ separate HTML files. It is designed to be a complete admin panel for any web project.
The template consist of following components as show in image below:
1.) Main header Top Bar - Consist of logo, toggle options like the chat , messages, notifications, search and user profile shortcuts
2.) Side bar - Consist of user image and details, Main menu, Bar Graph Widgets
3.) Content Body
4.) Chat Slider - Consist of groups and Contact Users for instant messaging. Click on user opens the chat window with that user.

<!DOCTYPE html>
<html class=" ">
<head>
<!--
* @Package: Ultra Admin - Responsive Theme
* @Subpackage: Bootstrap
* @Version: 1.0
* This file is part of Ultra Admin Theme.
-->
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta charset="utf-8" />
<title>Ultra Admin : Default Layout</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta content="" name="description" />
<meta content="" name="author" />
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/x-icon" /> <!-- Favicon -->
<link rel="apple-touch-icon-precomposed" href="assets/images/apple-touch-icon-57-precomposed.png"> <!-- For iPhone -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/images/apple-touch-icon-114-precomposed.png"> <!-- For iPhone 4 Retina display -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/images/apple-touch-icon-72-precomposed.png"> <!-- For iPad -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/images/apple-touch-icon-144-precomposed.png"> <!-- For iPad Retina display -->
<!-- CORE CSS FRAMEWORK - START -->
<link href="assets/plugins/pace/pace-theme-flash.css" rel="stylesheet" type="text/css" media="screen"/>
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<link href="assets/plugins/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet" type="text/css"/>
<link href="assets/fonts/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css"/>
<link href="assets/css/animate.min.css" rel="stylesheet" type="text/css"/>
<link href="assets/plugins/perfect-scrollbar/perfect-scrollbar.css" rel="stylesheet" type="text/css"/>
<!-- CORE CSS FRAMEWORK - END -->
<!-- CORE CSS TEMPLATE - START -->
<link href="assets/css/style.css" rel="stylesheet" type="text/css"/>
<link href="assets/css/responsive.css" rel="stylesheet" type="text/css"/>
<!-- CORE CSS TEMPLATE - END -->
</head>
<!-- END HEAD -->
<!-- BEGIN BODY -->
<body class=" ">
<!-- START TOPBAR -->
<div class='page-topbar '>
<div class='logo-area'>
</div>
<div class='quick-area'>
<div class='pull-left'>
<ul class="info-menu left-links list-inline list-unstyled">
...
</ul>
</div>
<div class='pull-right'>
<ul class="info-menu right-links list-inline list-unstyled">
...
</ul>
</div>
</div>
</div>
<!-- END TOPBAR -->
<!-- START CONTAINER -->
<div class="page-container row-fluid">
<!-- SIDEBAR - START -->
<div class="page-sidebar ">
<!-- MAIN MENU - START -->
<div class="page-sidebar-wrapper" id="main-menu-wrapper">
<!-- USER INFO - START -->
<div class="profile-info row">
...
</div>
<!-- USER INFO - END -->
<ul class='wraplist'>
...
</ul>
</div>
<!-- MAIN MENU - END -->
<div class="project-info">
<div class="block1">
...
</div>
<div class="block2">
...
</div>
</div>
</div>
<!-- SIDEBAR - END -->
<!-- START CONTENT -->
<section id="main-content" class=" ">
<section class="wrapper" style='margin-top:60px;display:inline-block;width:100%;padding:15px 0 0 15px;'>
<div class='col-lg-12 col-md-12 col-sm-12 col-xs-12'>
<div class="page-title">
...
</div>
</div>
<div class="clearfix"></div>
<div class="col-lg-12">
<section class="box ">
...
</section>
</div>
</section>
</section>
<!-- END CONTENT -->
</div> <!-- END CONTAINER --> <!-- LOAD FILES AT PAGE END FOR FASTER LOADING --> <!-- CORE JS FRAMEWORK - START --> <script src="assets/js/jquery-1.11.2.min.js" type="text/javascript"></script> <script src="assets/js/jquery.easing.min.js" type="text/javascript"></script> <script src="assets/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="assets/plugins/pace/pace.min.js" type="text/javascript"></script> <script src="assets/plugins/perfect-scrollbar/perfect-scrollbar.min.js" type="text/javascript"></script> <script src="assets/plugins/viewport/viewportchecker.js" type="text/javascript"></script> <!-- CORE JS FRAMEWORK - END --> <!-- CORE TEMPLATE JS - START --> <script src="assets/js/scripts.js" type="text/javascript"></script> <!-- END CORE TEMPLATE JS - END --> <!-- Sidebar Graph - START --> <script src="assets/plugins/sparkline-chart/jquery.sparkline.min.js" type="text/javascript"></script> <script src="assets/js/chart-sparkline.js" type="text/javascript"></script> <!-- Sidebar Graph - END --> </body> </html>

<!-- MAIN MENU - START -->
<div class="page-sidebar-wrapper" id="main-menu-wrapper">
<!-- USER INFO - START -->
<div class="profile-info row">
...
</div>
<!-- USER INFO - END -->
<ul class='wraplist'>
<li>
...
</li>
<li>
<a href="javascript:;"> <i class="fa fa-suitcase"></i> <span class="title">...</span><span class="arrow "></span></a>
<ul class="sub-menu">
<li><a href="xx.html">...</a></li>
... ...
</ul>
</li>
<li class="open">
...
<ul class="sub-menu" style='display:block;'>
<li><a class="active" href="...">...</a></li>
... ...
</ul>
</li>
<li>
...
<ul class="sub-menu">
<li>
...
</li>
<li>
...
<ul class="sub-menu">
<li>
...
</li>
<li>
...
<ul class="sub-menu">
<li>
...
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- MAIN MENU - END -->
<!-- START CONTENT -->
<section id="main-content" class=" ">
<section class="wrapper" style='margin-top:60px;display:inline-block;width:100%;padding:15px 0 0 15px;'>
<div class='col-lg-12 col-md-12 col-sm-12 col-xs-12'>
<div class="page-title">
...
</div>
</div>
<div class="clearfix"></div>
<div class="col-lg-12">
<section class="box ">
...
</section>
</div>
</section>
</section>
<!-- END CONTENT -->

<div class="page-chatapi hideit">
<div class="search-bar">
<input type="text" placeholder="Search" class="form-control">
</div>
<div class="chat-wrapper">
<h4 class="group-head">Groups</h4>
<ul class="group-list list-unstyled">
<li class="group-row">
<div class="group-status available">
<i class="fa fa-circle"></i>
</div>
<div class="group-info">
<h4><a href="#">...</a></h4>
</div>
</li>
<li class="group-row">
...
</li>
</ul>
<h4 class="group-head">Favourites</h4>
<ul class="contact-list">
<li class="user-row" id='chat_user_1' data-user-id='1'>
<div class="user-img">
<a href="#"><img src="data/profile/avatar-1.png" alt=""></a>
</div>
<div class="user-info">
<h4><a href="#">...</a></h4>
<span class="status ..." data-status="...">...</span>
</div>
<div class="user-status ...">
<i class="fa fa-circle"></i>
</div>
</li>
<li class="user-row" id='chat_user_2' data-user-id='2'>
...
</li>
</ul>
<h4 class="group-head">More Contacts</h4>
<ul class="contact-list">
<li class="user-row" id='chat_user_4' data-user-id='4'>
...
</li>
... ... ...
</ul>
</div>
</div>
<div class="chatapi-windows ">
</div>
style.css is the main CSS file located in assets/css/ folder of the package. Whole CSS file is well indexed with topic and its related code.
Also animate.min.css file is found in this folder. It has all the animation classes for various elements.

scripts.js is the mail javascript file having all the js code. File is located in assets/js/ folder. This file code is also well formatted and section in different respective function names.
Along with this chart library based js code and dashboard based js code are added in separate files for ease of use of user.

Google fonts are used in the theme. They are as follows:
Ultra Admin Bootstrap Theme comes with a barebone page structure to make life of a new developer easier. The barebone has the basic structure used in a theme and is ready to add a new usable content.

Ultra Admin Theme uses many different jquery and CSS based plugins to give it amazing features. Below is the list of all plugin used.
Once again, thank you so much for purchasing this Theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme.